nav .navbar .links li:first-child a {
  color: #ffffffd4;
}

nav .navbar .links li:nth-child(2) a {
  color: #76c411;
}

.book-service{
  display: none;
}


.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 250px;
  background: linear-gradient(to left, rgba(19, 20, 21, 0.791), rgba(25, 27, 29, 0.521), rgba(0, 0, 0, 0.226)), url(../images/banner.jpg);
  background-position: center;
  background-size: 100% 100%;
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: right;
}

.sec1a .tx {
  width: 44%;
  padding: 0;
  margin-top: 60px;
}

.sec1a h1 {
  margin: 0;
  font-size: 35px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.sec1a .tx ul {
  display: flex;
}

.sec1a .tx ul li {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.592);
  font-size: 20px;
  list-style: none;
  width: fit-content;
  margin: 0 5px;
}

.sec1a .tx ul li span {
  margin-left: 5px;
}

.sec1a .tx ul a:hover {
  text-decoration: none;
}

.sec1a .tx ul .li2 li {
  color: #fccc0ab4;

}

.sec1a img {
  width: 54%;
  border-radius: 0 0 30% 80%;
  height: 550px;
  margin-right: -100px;
  margin-top: -30px;
}


.about-color-box {
  max-width: 1800px;
  margin: auto;
  height: 300px;
  /* background-color: rgb(53, 43, 195); */
}


.more-sec {
  max-width: 1800px;
  margin: auto;
  padding: 0 4%;
  margin-bottom: 100px;
  margin-top: -80px;

}

.more-sec p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.765);
  text-align: justify;
}

@media screen and (max-width: 900px) {

  .sec1a {
    height: 150px;
  }

  .sec1a h1 {
    font-size: 22px;
    margin-left: 5%;
    text-align: left;
    margin-top: -20px;
  }


  .sec1a .tx ul li {
    font-size: 12px;
  }


  .sec1a .png {
    margin-top: 200px;
    width: 80px;
    top: 0;
  }

  .sec1a img {
    width: 120%;
    height: 350px;
    margin-top: -60px;
    margin-right: -200px;

  }

  .more-sec {
    margin-top: -0px;
  }

  .more-sec p {
    font-size: 14px;
  }

}